From 1daa4e0036bfd38313f16bd11156137503c993f2 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Mon, 10 Oct 2016 12:38:39 +0100 Subject: [PATCH] also skip test on i586 CPU Gbp-Pq: Name fix-tests-i386.patch --- tests/testsuite.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite.at b/tests/testsuite.at index 114e370..2895673 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -88,7 +88,7 @@ AT_CLEANUP AT_SETUP([Kernel functions printf]) # On 32-bit x86, accessing int4 via va_arg segfaults (wrong alignment?) -AT_XFAIL_IF([grep HOST_CPU $abs_top_builddir/config.h | cut -d\" -f2 | grep -q i686]) +AT_XFAIL_IF([grep HOST_CPU $abs_top_builddir/config.h | cut -d\" -f2 | grep -q i.86]) AT_XFAIL_IF([egrep -q "#define LLVM_3_2|#define LLVM_3_3" $abs_top_builddir/config.h]) AT_KEYWORDS([printf]) AT_CHECK_UNQUOTED([$abs_top_builddir/tests/kernel/kernel test_printf], 0, -- 2.30.2